RatePeriodDTO Json Schema
In This Topic
Overview
 |
RatePeriodDTO
 |
end : string
End date to which this ratePeriod is valid. UTC time. (The current ratePeriod does not have an end date)
|
 |
expired : boolean
Whether the rates are expired
|
 |
 |
counter : integer
internal only
|
 |
date : string
The current date.
internal only
|
 |
machineIdentifier : integer
internal only
|
 |
processIdentifier : integer
internal only
|
 |
time : integer
internal only
|
 |
timeSecond : integer
internal only
|
 |
timestamp : integer
internal only
| |
 |
name : string
Name of the ratePeriod
|
 |
originalRatePeriodId : string
For archived rates, the ID of the original ratePeriod
|
 |
 |
fileType : string
Company file type. Default: Rates
|
 |
filename : string
Filename
|
 |
uploadDate : string
Date that the file was uploaded
| |
 |
validAsOf : string
Start date from which this ratePeriod is valid. UTC time.
| |
Properties
| Name | Description | Data Type |
| end | End date to which this ratePeriod is valid. UTC time. (The current ratePeriod does not have an end date) | string |
| expired | Whether the rates are expired | boolean |
| id | Unique identifier | ObjectId |
| name | Name of the ratePeriod | string |
| originalRatePeriodId | For archived rates, the ID of the original ratePeriod | string |
| rateSheet | File associated with rate import | CustomFileFieldDTO |
| rateSheetLLPA | File associated with adjustors import | CustomFileFieldDTO |
| validAsOf | Start date from which this ratePeriod is valid. UTC time. | string |
See Also